Objects Reference

bezier_curve::length

Prototype

float length()

Parameters

None

Return Value

Returns the aproximate length for the Bezier curve. 

Remarks

The curve is subdivided into small line segments (equal parametric intervals) and the sum of the length of all line segments is returned.